-
Notifications
You must be signed in to change notification settings - Fork 202
[OMNIML-2244] Implement the ONNX quantization exporter for INT4 #575
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #575 +/- ##
==========================================
+ Coverage 74.57% 74.61% +0.04%
==========================================
Files 183 183
Lines 18412 18546 +134
==========================================
+ Hits 13730 13839 +109
- Misses 4682 4707 +25 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
If this PR is just for INT4, and NVFP4 and MXFP8 are WIP, can you please update the title accordingly? Thanks! |
e829998 to
83028fa
Compare
Signed-off-by: ajrasane <[email protected]>
Signed-off-by: ajrasane <[email protected]>
83028fa to
530de9b
Compare
Signed-off-by: ajrasane <[email protected]>
530de9b to
a4c3e31
Compare
Signed-off-by: ajrasane <[email protected]>
f4e6f50 to
88567b1
Compare
galagam
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good after the last commit. Approved.
| next_node = cast_child_nodes[0] | ||
|
|
||
| # Store transpose permutation if present | ||
| if next_node.op_type == "Transpose": |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: elif
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We will need to call this after the cast node is processed
Signed-off-by: ajrasane <[email protected]>
Signed-off-by: ajrasane <[email protected]>
What does this PR do?
Type of change:
New Feature
Overview:
Testing
Before your PR is "Ready for review"